home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / cheeky_c.swf / scripts / DefineButton2_68 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2010-08-12  |  156 b   |  11 lines

  1. on(press){
  2.    if(_root.help_mc._visible)
  3.    {
  4.       _root.help_mc._visible = false;
  5.    }
  6.    else
  7.    {
  8.       _root.help_mc._visible = true;
  9.    }
  10. }
  11.